-
Notifications
You must be signed in to change notification settings - Fork 3
cmake cleanup #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake cleanup #151
Conversation
Coverity Issue - Variable copied when it could be moved"videoPort" is passed-by-value as parameter to "std::__cxx11::basic_string<char, std::char_traits, std::allocator >::basic_string(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const &)", when it could be moved instead. Low Impact, CWE-none How to fixUse "std::move(""videoPort"")" instead of "videoPort". Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
No description provided.